treeview: Run the row dragging gesture on the bubble phase
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 4 Sep 2014 11:55:39 +0000 (13:55 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 4 Sep 2014 12:59:08 +0000 (14:59 +0200)
commitbf8f8247606d1de38f33f0f9523af56904200455
treef30f8bb13c359322e28bff0d00434508df3debc8
parent6f538950d41e2b97437afccde613d15fb931b712
treeview: Run the row dragging gesture on the bubble phase

This is so signal handlers have an opportunity to undo its effect by
returning GDK_EVENT_STOP on ::button-press-event, just like they used
to do pre-gestures.

https://bugzilla.gnome.org/show_bug.cgi?id=735965
gtk/gtktreeview.c